.top-left-bg {
	position: absolute;
	left: -5px;
	top: -7px;
	display: inline-block;
	width: 47px;
	height: 27px;
	background: url(../images/top_left_bg.png) no-repeat;
}

.top-right-bg {
	position: absolute;
	right: -8px;
	top: -6px;
	display: inline-block;
	width: 27px;
	height: 47px;
	background: url(../images/top_right_bg.png) no-repeat;
}

.bottom-right-bg {
	position: absolute;
	right: -6px;
	bottom: -7px;
	display: inline-block;
	width: 47px;
	height: 27px;
	background: url(../images/bottom_right_bg.png) no-repeat;
}

.bottom-left-bg {
	position: absolute;
	left: -6px;
	bottom: -5px;
	display: inline-block;
	width: 27px;
	height: 47px;
	background: url(../images/bottom_left_bg.png) no-repeat;
}

.floating {
	width: 380px;
	height: 228px;
	min-height: 100px;
	/*padding: 10px 20px;*/
	top: 300px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	background: #fff;
	/*border: 1px solid #519adf;*/
	border-radius: 8px;
	z-index: 10;
    background:url(../images/zb3.jpg) no-repeat;
    background-size:380px 228px;
}
.floating-static {
     position: fixed;
     left: 50%;
     margin-left: -47%; 
}
.floating-dynamic {
     position: absolute;   
     z-index:99999999;
    /* background-color:white;*/
}
.close_code {
	background-position: 0 0;
}

.close_code:hover {
	background-position: -28px 0;
}

.close_code:active {
	background-position: -56px 0;
}

.close_code {
	width: 20px;
	height: 20px;
	background: url(../images/close_icon.png) no-repeat;
	display: inline-block;
	position: absolute;
	right: -5px;
	top: -12px;
	z-index: 10;
}